/*! tailwindcss v2.2.4 | MIT License | https://tailwindcss.com */
/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
*,
::after,
::before {
	box-sizing: border-box
}

html {
	-moz-tab-size: 4;
	tab-size: 4
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

body {
	font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'
}

button,
input {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button {
	text-transform: none
}

[type=button],
button {
	-webkit-appearance: button
}

::-moz-focus-inner {
	border-style: none;
	padding: 0
}

:-moz-focusring {
	outline: 1px dotted ButtonText
}

:-moz-ui-invalid {
	box-shadow: none
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto
}

::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

h2 {
	margin: 0
}

button {
	background-color: transparent;
	background-image: none
}

ul {
	list-style: none;
	margin: 0;
	padding: 0
}

html {
	font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	line-height: 1.5
}

body {
	font-family: inherit;
	line-height: inherit
}

*,
::after,
::before {
	box-sizing: border-box;
	border-width: 0;
	border-style: solid;
	border-color: currentColor
}

img {
	border-style: solid
}

button {
	cursor: pointer
}

h2 {
	font-size: inherit;
	font-weight: inherit
}

a {
	color: inherit;
	text-decoration: inherit
}

button,
input {
	padding: 0;
	line-height: inherit;
	color: inherit
}

img {
	display: block;
	vertical-align: middle
}

img {
	max-width: 100%;
	height: auto
}

*,
::after,
::before {
	--tw-border-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity))
}

.absolute {
	position: absolute
}

.relative {
	position: relative
}

.inset-0 {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.z-0 {
	z-index: 0
}

.z-10 {
	z-index: 10
}

.mx-auto {
	margin-left: auto;
	margin-right: auto
}

.mt-6 {
	margin-top: 1.5rem
}

.mt-8 {
	margin-top: 2rem
}

.mb-6 {
	margin-bottom: 1.5rem
}

.ml-3 {
	margin-left: .75rem
}

.flex {
	display: flex
}

.inline-flex {
	display: inline-flex
}

.hidden {
	display: none
}

.h-4 {
	height: 1rem
}

.h-11 {
	height: 2.75rem
}

.h-px {
	height: 1px
}

.h-full {
	height: 100%
}

.min-h-screen {
	min-height: 100vh
}

.w-4 {
	width: 1rem
}

.w-11 {
	width: 2.75rem
}

.w-16 {
	width: 4rem
}

.w-2\/5 {
	width: 40%
}

.w-full {
	width: 100%
}

.min-w-0 {
	min-width: 0
}

.max-w-md {
	max-width: 28rem
}

.max-w-7xl {
	max-width: 80rem
}

.flex-auto {
	flex: 1 1 auto
}


.cursor-pointer {
	cursor: pointer
}

.flex-row {
	flex-direction: row
}

.flex-col {
	flex-direction: column
}

.content-center {
	align-content: center
}

.items-center {
	align-items: center
}

.justify-center {
	justify-content: center
}

.justify-between {
	justify-content: space-between
}

.space-x-2>:not([hidden])~:not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(.5rem * var(--tw-space-x-reverse));
	margin-left: calc(.5rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-3>:not([hidden])~:not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(.75rem * var(--tw-space-x-reverse));
	margin-left: calc(.75rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-y-6>:not([hidden])~:not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1.5rem * var(--tw-space-y-reverse))
}

.space-y-8>:not([hidden])~:not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(2rem * var(--tw-space-y-reverse))
}

.overflow-hidden {
	overflow: hidden
}

.rounded-2xl {
	border-radius: 1rem
}

.rounded-full {
	border-radius: 9999px
}

.border-b {
	border-bottom-width: 1px
}

.border-gray-300 {
	--tw-border-opacity: 1;
	border-color: rgba(209, 213, 219, var(--tw-border-opacity))
}


	



.focus\:border-indigo-500:focus {
	--tw-border-opacity: 1;
	border-color: rgba(99, 102, 241, var(--tw-border-opacity))
}

.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
}

.bg-gray-200 {
	--tw-bg-opacity: 1;
	background-color: rgba(229, 231, 235, var(--tw-bg-opacity))
}

.bg-blue-400 {
	--tw-bg-opacity: 1;
	background-color: rgba(96, 165, 250, var(--tw-bg-opacity))
}

.bg-blue-500 {
	--tw-bg-opacity: 1;
	background-color: rgba(59, 130, 246, var(--tw-bg-opacity))
}

.bg-blue-900 {
	--tw-bg-opacity: 1;
	background-color: rgba(30, 58, 138, var(--tw-bg-opacity))
}

.bg-purple-900 {
	--tw-bg-opacity: 1;
	background-color: rgba(76, 29, 149, var(--tw-bg-opacity))
}

.bg-gradient-to-r {
	background-image: linear-gradient(to right, var(--tw-gradient-stops))
}

.bg-gradient-to-b {
	background-image: linear-gradient(to bottom, var(--tw-gradient-stops))
}

.from-indigo-500 {
	--tw-gradient-from: #6366f1;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0))
}

.from-indigo-600 {
	--tw-gradient-from: #4f46e5;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0))
}

.hover\:from-blue-500:hover {
	--tw-gradient-from: #3b82f6;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0))
}

.to-blue-500 {
	--tw-gradient-to: #3b82f6
}

.to-blue-600 {
	--tw-gradient-to: #2563eb
}

.hover\:to-indigo-600:hover {
	--tw-gradient-to: #4f46e5
}

.bg-cover {
	background-size: cover
}

.bg-no-repeat {
	background-repeat: no-repeat
}

.p-4 {
	padding: 1rem
}

.p-8 {
	padding: 2rem
}

.p-10 {
	padding: 2.5rem
}

.px-2 {
	padding-left: .5rem;
	padding-right: .5rem
}

.px-4 {
	padding-left: 1rem;
	padding-right: 1rem
}

.py-2 {
	padding-top: .5rem;
	padding-bottom: .5rem
}

.text-center {
	text-align: center
}

.text-sm {
	font-size: .875rem;
	line-height: 1.25rem
}

.text-base {
	font-size: 1rem;
	line-height: 1.5rem
}

.text-lg {
	font-size: 1.125rem;
	line-height: 1.75rem
}

.text-3xl {
	font-size: 1.875rem;
	line-height: 2.25rem
}

.font-normal {
	font-weight: 400
}

.font-semibold {
	font-weight: 600
}

.font-bold {
	font-weight: 700
}

.leading-tight {
	line-height: 1.25
}

.tracking-wide {
	letter-spacing: .025em
}

.text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.text-gray-100 {
	--tw-text-opacity: 1;
	color: rgba(243, 244, 246, var(--tw-text-opacity))
}

.text-gray-200 {
	--tw-text-opacity: 1;
	color: rgba(229, 231, 235, var(--tw-text-opacity))
}

.text-gray-300 {
	--tw-text-opacity: 1;
	color: rgba(209, 213, 219, var(--tw-text-opacity))
}

.text-gray-700 {
	--tw-text-opacity: 1;
	color: rgba(55, 65, 81, var(--tw-text-opacity))
}

.text-gray-900 {
	--tw-text-opacity: 1;
	color: rgba(17, 24, 39, var(--tw-text-opacity))
}

.opacity-75 {
	opacity: .75
}

	

	
*,
::after,
::before {
	--tw-shadow: 0 0 #0000
}

.shadow-lg {
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.hover\:shadow-lg:hover {
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.focus\:outline-none:focus {
	outline: 2px solid transparent;
	outline-offset: 2px
}

*,
::after,
::before {
	--tw-ring-inset: var(--tw-empty, );
	/*!*/
	/*!*/
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(59, 130, 246, 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000
}

	

	


	.sm\:w-auto {
		width: auto
	}

	.sm\:w-1\/2 {
		width: 50%
	}

	

	
	
	.sm\:flex-row {
			flex-direction: row
		}
	
		.sm\:justify-center {
			justify-content: center
		}
	
		.sm\:rounded-lg {
			border-radius: .5rem
		}
		
		
	
	

	
	.sm\:text-sm {
			font-size: .875rem;
			line-height: 1.25rem
		}
	
		.sm\:text-4xl {
			font-size: 2.25rem;
			line-height: 2.5rem
		}
	
		
		
	
	

	.md\:flex {
			display: flex
		}
	
		.md\:h-full {
			height: 100%
		}
	

	.md\:items-start {
			align-items: flex-start
		}
	
		.md\:items-center {
			align-items: center
		}
	
		.md\:justify-start {
			justify-content: flex-start
		}
	
		.md\:justify-center {
			justify-content: center
		}
	
	

	.xl\:w-2\/5 {
			width: 40%
		}
	
		.xl\:w-3\/5 {
			width: 60%
		}

	

	

	
}
